-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump deps #211
chore: bump deps #211
Conversation
d000f82
to
2c0ab95
Compare
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/mod v0.21.0 | ||
google.golang.org/grpc v1.66.3 | ||
google.golang.org/grpc v1.67.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this might be tricky... we'll hit the ALPN issue siderolabs/talos#9463
We need to deal with that anyways in the provider, otherwise it won't work with Talos < 1.9
I'm going to backport compatibility for 1.9 into 1.8.2, probably we should wait for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't intent to bump since last time I broke it, reverting back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh it's from talos machinery the bump happended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can also do a replace
on top to force it 1.66.3 for now
2c0ab95
to
e4e9062
Compare
Bump Talos machinery to bring in support for K8s 1.32. Signed-off-by: Noel Georgi <[email protected]>
e4e9062
to
beb5e2b
Compare
/m |
Bump Talos machinery to bring in support for K8s 1.32.